[Rust] Add WTX - WebSocket#809
Conversation
|
/benchmark -f wtx-ws --save |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
Should be good now /benchmark -f wtx-ws --save |
|
👋 |
Benchmark ResultsFramework:
Full log |
Erhh... Did a last minute modification. Let's see if this case will be resolved. /benchmark -f wtx-ws --save |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
👍 |
|
This should be marked as type: engine |
|
Oops... I should have used the higher level abstractions instead of manually accepting connections. Let me know if the code is now in good shape for the current label. |
|
Both production and tuned are framework territory/tier - requires a framework«s high level APIs (routing, middleware, handlers, etc) which is ofc always a gray territory as different technologies have their unique way of implementing web frameworks. WTX is as described as collection of low-level transport implementation tools. This entry reflects that - drives a bare frame echo with no router or middleware which leans to the engine definition, we are essentially measuring tokio performance here |
Description
Adds a new WebSocket implementation based on
WTX